home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / menu.dxr / 00530_hien's dad.PICT.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  275 b   |  14 lines

  1. on mouseDown
  2.   global gMark
  3.   if gMark < 82000 then
  4.     puppetSound(the name of cast 579)
  5.   else
  6.     if (gMark < 204000) and (gMark > 79000) then
  7.       puppetSound(the name of cast 580)
  8.     else
  9.       puppetSound(the name of cast 581)
  10.     end if
  11.   end if
  12.   updateStage()
  13. end
  14.